Document Setup
Identifier:
org.eclipse.core.filebuffers.documentSetup
Since:
3.0
Description:
This extension point is interesting if you want to install specific partitioners etc. on documents created by the file buffer manager for certain file extensions.
Configuration Markup:
<!ELEMENT extension (participant)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT participant EMPTY>
<!ATTLIST participant
class CDATA #REQUIRED
extensions CDATA #REQUIRED>
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]